TemplateNameDisplayType Enumeration
Represents the information about a document template to display.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum TemplateNameDisplayType
Public Enumeration TemplateNameDisplayType
| Full | 0 |
Full file name, extension and file path.
|
| Path | 1 |
File path only.
|
| Name | 2 |
File name only.
|
| NameAndExtension | 3 |
File name and extension.
|
| Area | 4 |
The name of the directory where a template is found. The directory name may designate a class of templates.
|
| Title | 5 |
The title.
|
| None | 6 |
None.
|